﻿@charset "utf-8";

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: middle;
	width: 100%;
}

a,
a:link {
	color: #040404;
	text-decoration: none;
}

a:visited {
	color: #040404;
}

a:hover {
	color: #040404;
}

a:active {
	color: #040404;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #333;
	font-size: 13px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	text-align: left;
}

#main {}

.fl {
	float: left;
}

.fr {
	float: right;
}

.container {
	width: 85%;
	margin: 0 auto;
	max-width: 1500px;
	box-sizing: border-box;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	border-top: 5px solid #0490d3;
	padding: 0 5%;
}

#gHeader .logo {
	width: auto;
	line-height: 85px;
}

#gHeader .tel {
	margin-top: 25px;
}

#gHeader .tel a {
	display: inline-block;
	font-size: 22px;
	border-radius: 20px;
	background: #0490d3;
	line-height: 40px;
	padding: 0 20px 0 50px;
	color: #fff;
	position: relative;
	box-shadow: 0 0 8px rgba(0, 0, 0, .2);
	font-family: "黑体";
}

#gHeader .tel a:before {
	content: "";
	width: 40px;
	height: 40px;
	background: #0490d3 url(../images/tel.png) no-repeat center;
	background-size: 24px;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
}

#gHeader #gNavi {
	width: 60%;
}

#gHeader li {
	width: 12.5%;
	float: left;
	text-align: center;

}

#gHeader li>a {
	display: block;
	font-size: 16px;
	line-height: 90px;
	position: relative;
}

#gHeader li>a:before {
	content: "";
	width: 15px;
	height: 15px;
	background: url(../images/jt.png) no-repeat;
	background-size: cover;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 10px;
	opacity: 0.8;
	display: none;

}

#gHeader li.on>a {
	background: #0490d3;
	color: #fff;
	border-radius: 0 0 8px 8px;
}

#gHeader li.on>a:before {
	display: block;
}

#gHeader li .drop {
	position: absolute;
	left: 0;
	top: 95px;
	right: 0;
	padding: 30px 6%;
	z-index: 100;
	background: rgba(255, 255, 255, 1);
	border-top: 1px solid #eee;
	display: none;
}

#gHeader li:hover .drop {
	display: block;
}

#gHeader li .drop a {
	display: inline-block;
	padding: 10px 20px;
	margin: 10px;
	background: #eee;
	color: #333;
	border-radius: 4px;
	font-size: 15px;
}

#gHeader li .drop a.on {
	background: #0490d3;
	color: #fff;
}

.sec .title {
	text-align: center;
	padding: 25px 0;
	font-family:"微软雅黑";
}

.sec .title h2 {
	font-size: 36px;
}

.sec .title p {
	font-size: 16px;
	margin-top: 5px;
}

.sec .title span {
	display: block;
	width: 50px;
	margin: 4px auto;
}

.more {
	width: 140px;
	line-height: 40px;
	margin: 25px auto;
	border-radius: 4px;
	transform: skew(-40deg);
	background-color: #0490d3;

}

.more a {
	display: block;
	color: #fff;
	text-align: center;
	margin: 30px auto 0;
	transform: skew(40deg);
	font-size: 15px;

}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	background: url(../images/abbg.jpg) no-repeat top center;
	background-size: cover;
	color: #fff;
	font-size: 15px;
}

#gFooter .container {
	width: 90%;
	max-width: inherit;
}

#gFooter .lxBox {
	width: 28%;
	padding: 40px 20px 40px 0;
	border-right: 1px solid rgba(255, 255, 255, .5);
	box-sizing: border-box;
}

#gFooter .lxBox .flogo img {
	width: 230px;
	margin-bottom: 20px;
}

#gFooter .lxBox p {
	line-height: 28px;
	margin-bottom: 10px;
}

#gFooter .lxBox p img {
	width: 120px;
}

#gFooter .fr {
	width: 72%;
	padding-top: 40px;
}

#gFooter .fnav dl {
	float: left;
	padding-left: 30px;
	box-sizing: border-box;
}

#gFooter .fnav dl.dl1 {
	width: 20%;
}

#gFooter .fnav dl.dl2 {
	width: 65%;
}

#gFooter .fnav dl.dl3 {
	width: 15%;
}

#gFooter .fnav dl dt {
	font-size: 19px;
	font-weight: 600;
	position: relative;
	padding-left: 32px;
	margin-bottom: 10px;
}

#gFooter .fnav dl dt:after {
	content: "";
	width: 26px;
	height: 3px;
	position: absolute;
	background: #fff;
	border-radius: 2px;
	left: 0;
	top: 50%;
	margin-top: -1.5px
}

#gFooter .fnav dl dd a {
	display: block;
	line-height: 36px;
	color: #fff;
	float: left;
	opacity: 0.85;
}

#gFooter .fnav dl.dl1 dd a {
	width: 50%;
}

#gFooter .fnav dl.dl2 dd a {
	width: 25%;
}

#gFooter .fnav dl.dl3 a {
	float: inherit;
	width: 100%;
}

#gFooter .fr .fLink {
	margin-top: 50px;
	padding-left: 30px;
	color: #09F;
}

#gFooter .fr .fLink a {
	color:#09F;
	opacity: 0.8;
}

#gFooter .power {
	border-top: 1px solid #efefef;
	text-align: center;
	line-height: 36px;
}

#gFooter .power a {
	color: #fff;
}

#gFooter .power img {
	width: 20px;
}

.sp {
	display: none !important;
}

.fixed {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100;
	display: none;
}

.fixed li {
	margin-top: 10px;
	line-height: 56px;
	color: #fff;
	width: 200px;
	position: relative;
}

.fixed li span {
	display: block;
	width: 56px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	position: absolute;
	background: #0490d3;
	right: 0;
	top: 0;
}

.fixed li span img {
	width: 35px;
}

.fixed li p {
	text-align: center;
	width: 143px;
	font-size: 16px;
	transform: translateX(200px);
	background: #0490d3;
	border-right: 1px solid rgba(255, 255, 255, .5);
	transition: 0.3s;
}

.fixed li p a {
	display: block;
	color: #fff;
}

.fixed li.li4 p {
	padding: 10px 0;
}

.fixed li p img {
	width: 120px;
}

.fixed li:hover p {
	transform: translateX(0);
}

.fixed li.return {
	cursor: pointer;
}

.fixed li.return span {
	border-radius: 50%;
}

@media all and (min-width: 1024px) and (max-width:1600px) {
	.container {
		max-width: inherit;
	}

	.sec .title h2 {
		font-size: 34px;
	}

	#gFooter {
		font-size: 14px;
	}

	#gFooter .fnav dl {
		padding-left: 20px;
	}

	#gFooter .fnav dl.dl3 {
		width: 17%;
	}

	#gFooter .fnav dl.dl1 {
		width: 18%;
	}
}

@media all and (min-width: 1024px) and (max-width:1500px) {
	.container {
		width: 88%;
	}
}

@media all and (min-width: 1024px) and (max-width:1440px) {
	.container {
		width: 90%;
	}

	#gHeader {
		padding: 0 4%;
	}

	.more a {
		font-size: 14px;
	}

	.more {
		width: 120px;
		line-height: 34px;
	}

	#gFooter .container {
		width: 94%;
	}
}

@media all and (min-width: 1024px) and (max-width:1400px) {
	#gHeader {
		padding: 0 3%;
	}

	.container {
		width: 94%;
	}

}

@media all and (min-width: 0) and (max-width: 767px) {

	.sp {
		display: block !important;
	}

	.pc {
		display: none !important;
	}

	.fl {
		float: inherit;
	}

	.fr {
		float: inherit;
	}

	.container {
		width: 100%;
		max-width: inherit;
	}

	/*------------------------------------------------------------
		ヘッダー
	------------------------------------------------------------*/
	#gHeader {
		border-top: none;
		padding: 10px 12px;
	}

	#gHeader .logo {
		width: 200px;
		line-height: inherit;
	}

	#gHeader .tel {
		width: 36px;
		position: absolute;
		right: 10px;
		top: 20px;
		overflow: hidden;
		margin-top: 0px;
	}

	#gHeader .tel a {
		display: block;
		width: 36px;
		height: 36px;
		border-radius: 50%;
		line-height: 36px;
		padding: 0;
	}

	#gHeader .tel a:before {
		width: 36px;
		height: 36px;
	}

	#gHeader .menu {
		width: 36px;
		height: 36px;
		position: absolute;
		right: 60px;
		top: 20px;
		background: #0490d3 url(../images/menu.png) no-repeat center;
		background-size: 24px;
		border-radius: 50%;
	}

	#gHeader #gNavi {
		width: 100%;
		position: absolute;
		right: 0;
		top: 72px;
		background: #fff;
		padding: 10px;
		box-sizing: border-box;
		left: 0;
		z-index: 100;
		border-top: 1px solid #efefef;
		display: none;
	}

	#gHeader li {
		width: 100%;
		float: inherit;
		text-align: left;
		border-bottom: 1px dashed #dedede;
	}

	#gHeader li>a {
		font-size: 15px;
		line-height: 40px;
		background: url(../images/icon24.png) no-repeat right center;
		background-size: 18px;
	}

	#gHeader li>a:before {
		display: none !important;
	}

	#gHeader li.on>a {
		background: url(../images/icon22.png) no-repeat right center;
		background-size: 18px;
		color: #0490d3;
		border-radius: 0;
	}

	#gHeader li.on>a:before {
		display: none;
	}

	#gHeader li:nth-child(2).on>a, #gHeader li:nth-child(3).on>a, #gHeader li:nth-child(6).on>a {
		background: url(../images/jt1.png) no-repeat right center;
		background-size: 18px;
		color: #0490d3;
		border-radius: 0;
	}

	#gHeader li .drop {
		position: relative;
		left: 0;
		top: 0;
		right: 0;
		padding: 10px;
		z-index: 100;
		overflow: hidden;
	}

	#gHeader li .drop a {
		display: block;
		width: 48%;
		float: left;
		line-height: 36px;
		margin: 5px 1%;
		padding: 0;
		text-align: center;
		font-size: 14px;
	}

	.sec .title {
		padding: 22px 0;
	}

	.sec .title h2 {
		font-size: 32px;
	}

	.sec .title p {
		margin-top: 3px;
	}

	.sec .title span {
		width: 40px;
		margin: 0px auto;
	}

	.more {
		width: 120px;
		line-height: 34px;
		margin: 18px auto;
	}

	.more a {
		margin: 0px auto 0;
		font-size: 14px;
	}

	/*------------------------------------------------------------
		フッター
	------------------------------------------------------------*/
	#gFooter {
		font-size: 14px;
	}

	#gFooter .container {
		width: 100%;
		padding: 0px 10px;
		box-sizing: border-box;
	}

	#gFooter .lxBox {
		width: 100%;
		padding: 30px 0px 0px 0;
		border-right: none;
	}

	#gFooter .lxBox .flogo img {
		width: 210px;
		margin-bottom: 16px;
	}

	#gFooter .lxBox p {
		line-height: 26px;
		margin-bottom: 5px;
	}

	#gFooter .lxBox p img {
		width: 110px;
	}

	#gFooter .fr {
		width: 100%;
		padding-top: 30px;
	}

	#gFooter .fnav dl {
		float: inherit;
		padding-left: 0px;
	}

	#gFooter .fnav dl.dl1 {
		width: 100%;
	}

	#gFooter .fnav dl.dl2 {
		width: 100%;
		margin: 10px 0;
	}

	#gFooter .fnav dl.dl3 {
		width: 100%;
	}

	#gFooter .fnav dl dt {
		font-size: 17px;
		padding-left: 28px;
		margin-bottom: 6px;
	}

	#gFooter .fnav dl dt:after {
		width: 22px;
	}

	#gFooter .fnav dl dd a {
		line-height: 30px;
	}

	#gFooter .fnav dl.dl1 dd a {
		width: 20%;
	}

	#gFooter .fnav dl.dl2 dd a {
		width: 50%;
	}

	#gFooter .fnav dl.dl3 a {
		float: left;
		width: 50%;
	}

	#gFooter .fr .fLink {
		margin-top: 10px;
		padding: 0px 0 10px 0;
	}

	#gFooter .fr .fLink a {
		color: #1dbb6b;
		opacity: 0.8;
	}

	#gFooter .power {
		line-height: 22px;
	}




}